StytchSDKNotConfiguredError

data class StytchSDKNotConfiguredError(val clientName: String) : StytchSDKError

Thrown when you try to use the SDK before it has been configured

Constructors

Link copied to clipboard
fun StytchSDKNotConfiguredError(clientName: String)

Properties

Link copied to clipboard
val clientName: String